object frmEditText: TfrmEditText Left = 316 Top = 166 Width = 496 Height = 403 ActiveControl = memoText Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object pnlBottom: TPanel Left = 0 Top = 328 Width = 488 Height = 41 Align = alBottom BevelOuter = bvNone TabOrder = 0 object btnOk: TButton Left = 8 Top = 10 Width = 72 Height = 22 Caption = 'Ok' ModalResult = 1 TabOrder = 0 end object btnCancel: TButton Left = 88 Top = 10 Width = 72 Height = 22 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end end object memoText: TSyntaxMemo Left = 0 Top = 0 Width = 488 Height = 328 Align = alClient ClipCopyFormats = [smTEXT, smRTF] Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Courier New' Font.Style = [] GutterColor = clScrollBar GutterFont.Charset = DEFAULT_CHARSET GutterFont.Color = clWindowText GutterFont.Height = -11 GutterFont.Name = 'MS Sans Serif' GutterFont.Style = [] HyperCursor = crDefault IndentStep = 1 Margin = 2 Modified = False MonoPrint = True Options = [smoSyntaxHighlight, smoPrintWrap, smoPrintLineNos, smoPrintFilename, smoPrintDate, smoPrintPageNos, smoAutoIndent, smoTabToColumn, smoWordSelect, smoShowRMargin, smoShowGutter, smoShowWrapColumn, smoTitleAsFilename, smoProcessDroppedFiles, smoBlockOverwriteCursor, smoShowWrapGlyph, smoColumnTrack, smoUseTAB, smoSmartFill, smoOLEDragSource, smoLineNumbers] PopupMenu = PopupMenu1 ReadOnly = False RightMargin = 80 SaveFormat = sfTEXT ScrollBars = ssBoth SelLineStyle = lsCRLF SelStart = 0 SelLength = 0 SelTextColor = clWhite SelTextBack = clNavy TabDefault = 4 TabOrder = 1 Version = '3.00.39' VisiblePropEdPages = [ppOPTIONS, ppHIGHLIGHTING, ppKEYS, ppAUTOCORRECT, ppTEMPLATES] WrapAtColumn = 2048 CanMoveGutter = False ActiveParser = 1 end object PopupMenu1: TPopupMenu OnPopup = PopupMenu1Popup Left = 45 Top = 297 object mnuUndo: TMenuItem Caption = 'Undo' ShortCut = 16474 end object mnuRedo: TMenuItem Caption = 'Redo' ShortCut = 24666 end object N1: TMenuItem Caption = '-' end object mnuCut: TMenuItem Caption = 'Cut' ShortCut = 16472 OnClick = mnuCutClick end object mnuCopy: TMenuItem Caption = 'Copy' ShortCut = 16451 OnClick = mnuCutClick end object mnuPaste: TMenuItem Caption = 'Paste' ShortCut = 16470 OnClick = mnuCutClick end object mnuDelete: TMenuItem Caption = 'Delete' ShortCut = 16430 OnClick = mnuCutClick end object N2: TMenuItem Caption = '-' end object mnuSelectAll: TMenuItem Caption = 'SelectAll' ShortCut = 16449 OnClick = mnuCutClick end end end